.class-header {
  font-family: 'PingFangSC-Medium';
  font-size: 18px;
  color: #262626;
  letter-spacing: 0.9px;
  line-height: 18px;
  margin: 32px auto;
  text-align: center;
}
.class-item-container {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 54px;
  flex-wrap: wrap;
}
.error-hint {
  font-size: 13px;
  color: #ff6583;
  margin-right: 130px;
  width: 200px;
  display: none;
  margin-bottom: 0;
}
.class-item-container-verification {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  margin-bottom: 12px;
  /* margin-left: 46px; */
}
.class-item-container-qudao {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  margin-bottom: 12px;
  /* margin-left: 17px; */
}
.class-item-name {
  font-family: 'PingFangSC-Medium';
  font-size: 14px;
  color: #262626;
  letter-spacing: 0;
  line-height: 14px;
  margin-left: 26px;
  margin-right: 17px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.horizontal-line-style {
  background: #d9d9d9;
  margin-top: 12px;
  height: 1px;
  width: 100%;
}
.bottom-btn-container {
  display: flex;
  margin-top: 21px;
  margin-bottom: 24px;
  width: 100%;
}
.red-mark::before {
  content: '* ';
  color: red;
}
.top-dash-border {
  border-bottom: 1px solid #f0f2f5;
  width: 522px;
  margin-bottom: 32px;
  margin-left: 40px;
}
.class-header-text {
  font-family: 'PingFangSC-Regular';
  font-size: 14px;
  color: #adb1b8;
  letter-spacing: 0;
  text-align: left;
  line-height: 14px;
  margin-left: 18px;
  margin-top: 8px;
}
.class-header-container {
  display: flex;
  flex-direction: column;
  margin-top: 36px;
  margin-bottom: 20px;
  margin-left: 38px;
}
.normalbtn {
  position: relative;
  right: 0;
  width: 346px !important;
  height: 36px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid rgba(235, 236, 240, 0.7);
  background: #fafbfc;
  color: #8e959e;
}
.normalbtn-servicetype {
  position: relative;
  right: 0;
  width: 346px !important;
  height: 36px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid rgba(235, 236, 240, 0.7);
  background: #fafbfc;
  color: #8e959e;
}
.normalbtn-container {
  position: relative;
  right: 0;
  width: 346px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.normalbtn-container input {
  padding-left: 14px;
}
.normalbtn-container input::-webkit-input-placeholder {
  color: #909299;
  position: relative;
  left: -10px;
}
.bootstrap-select .dropdown-menu {
  top: 0 !important;
}
.btn_text {
  position: relative;
  font-family: 'PingFangSC-Regular';
  font-size: 14px;
  color: #8e959e;
  letter-spacing: 0;
  line-height: 20px;
  top: 10px;
  margin-left: 16px;
}
.btn_arrow {
  position: absolute;
  top: 11px;
  right: 8px;
  background: url(images/tts-downarrow-16px.png);
  line-height: 0;
  font-size: 0;
  width: 16px;
  height: 16px;
}
.sel {
  width: 346px;
  list-style: none;
  font-size: 14px;
  position: absolute;
  z-index: 9999;
  background: #fff;
  top: 40px;
  display: none;
  border: 1px solid #c9ccd1;
}
.sel li {
  width: 346px;
  /* height: 30px; */
  line-height: 30px;
  list-style: none;
}
.inputbox-style {
  width: 346px;
  height: 36px;
  border: 1px solid #f0f2f5;
  border-radius: 4px;
  color: #2d3138;
  background-color: #ffffff;
  outline: none;
  box-sizing: border-box;
  padding-left: 14px;
}
.inputbox-style:placeholder {
  color: #8e959e;
}
/* input修改placeholder的默认颜色： */
.inputbox-style::-webkit-input-placeholder{
  color: #909299;
  position: relative;
  left: -10px;
}
.inputbox-style::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#909299;
}
.inputbox-style:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#909299;
}
.inputbox-style:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#909299;
}
.textarea-style {
  width: 346px;
  height: 80px;
  border: 1px solid #f0f2f5;
  border-radius: 4px;
  background: #ffffff;
  color: #2d3138;
  outline: none;
  padding-top: 10px;
  padding-left: 14px;
}
.textarea-style::-webkit-input-placeholder{
  color: #909299;
  position: relative;
  left: -10px;
}
.textarea-style:placeholder {
  color: #8e959e;
}
.anchorColor {
  color: #2d3138;
  text-decoration: none;
}
.anchorColor:hover {
  color: #0081ff;
  text-decoration: none;
}
.partner-info-cancel-btn {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(220, 223, 230, 1);
  font-family: 'PingFangSC-Regular';
  font-size: 18px;
  color: #60656b;
  letter-spacing: 0;
  width: 120px;
  height: 48px;
  margin-right: 8px;
  margin-left: 142px;
}
input:required {
  box-shadow: none;
}
textarea:required {
  box-shadow: none;
}
select:required {
  box-shadow: none;
}
textarea {
  resize: none;
}
#partner-situation {
  display: none;
}
#partner-quantity {
  display: none;
}
#overlay-partner-detail {
  display: none;
  position: fixed;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
#overlay-partner-inner-detail {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  width: 570px;
  height: 560px;
  overflow-y: scroll;
}
#partner-info-close-btn {
  position: absolute;
  /* margin: 5px 0 0 521px; */
  right:5px;
  top: 5px;
  cursor: pointer;
}
#overlay-partner-detail button {
  background-color: #ffffff;
  outline: none !important;
}

#overlay-partner-detail .btn-default {
  color: #2e2f33;
}
#overlay-partner-detail .bs-placeholder {
  background-color: #ffffff !important;
  color: #909299 !important;
}

#overlay-partner-detail button[data-id='serviceTypeOption'] {
  border: 0 solid #f0f2f5 !important;
  box-shadow: none;
  height: 34px !important;
}
#overlay-partner-detail button[data-id='partnerRegionOption'] {
  border: 0 solid #f0f2f5 !important;
  box-shadow: none;
  height: 34px !important;
}
#overlay-partner-detail button[data-id='partnerIndustryOption'] {
  border: 0 solid #f0f2f5 !important;
  box-shadow: none;
  height: 34px !important;
}
#overlay-partner-detail button[data-id='partnerJobOption'] {
  border: 0 solid #f0f2f5 !important;
  box-shadow: none;
  height: 34px !important;
}
#overlay-partner-detail button[data-id='partnerChannelOption'] {
  border: 0 solid #f0f2f5 !important;
  box-shadow: none;
  height: 34px !important;
}
#overlay-partner-detail .bootstrap-select .dropdown-menu li a span.text {
  float: none;
}

#overlay-partner-detail .bootstrap-select .dropdown-menu > li > a:hover {
  background: rgba(41, 98, 255, 0.08) !important;
  font-weight: bold;
}
#overlay-partner-detail .partner-info-submit-btn {
  width: 180px;
  height: 48px;
  background: rgba(41, 98, 255, 1);
  border-radius: 24px;
  font-family: 'PingFangSC-Semibold';
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
}
#overlay-partner-detail .partner-info-submit-btn:hover {
  background: #3053D9;
}
